home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / catalogg / 32pssw10.zip / _SETUP.1 / SOO32S.EXE / 0 / RCDATA / TRPSETUPFORM / TRPSETUPFORM.txt
Text File  |  1996-10-12  |  13KB  |  411 lines

  1. object RPSetupForm: TRPSetupForm
  2.   Left = 330
  3.   Top = 231
  4.   BorderStyle = bsDialog
  5.   Caption = 'Report Setup'
  6.   ClientHeight = 218
  7.   ClientWidth = 287
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 14
  18.   object RangeGB: TGroupBox
  19.     Left = 8
  20.     Top = 39
  21.     Width = 169
  22.     Height = 105
  23.     Caption = 'Print Range'
  24.     Enabled = False
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'System'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     TabOrder = 4
  31.     object FromLabel: TLabel
  32.       Left = 8
  33.       Top = 84
  34.       Width = 23
  35.       Height = 13
  36.       Caption = 'From'
  37.       Font.Color = clBlack
  38.       Font.Height = -11
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = []
  41.       ParentFont = False
  42.     end
  43.     object SelectionLabel: TLabel
  44.       Left = 8
  45.       Top = 84
  46.       Width = 44
  47.       Height = 13
  48.       Caption = 'Selection'
  49.       Font.Color = clBlack
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.     end
  55.     object ToLabel: TLabel
  56.       Left = 88
  57.       Top = 84
  58.       Width = 9
  59.       Height = 13
  60.       Caption = 'to'
  61.       Font.Color = clBlack
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.     end
  67.     object SelectionED: TEdit
  68.       Left = 56
  69.       Top = 80
  70.       Width = 105
  71.       Height = 20
  72.       Font.Color = clBlack
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = []
  76.       ParentFont = False
  77.       TabOrder = 5
  78.     end
  79.     object AllRB: TRadioButton
  80.       Left = 8
  81.       Top = 16
  82.       Width = 153
  83.       Height = 17
  84.       Caption = 'All'
  85.       Checked = True
  86.       Font.Color = clBlack
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentFont = False
  91.       TabOrder = 0
  92.       TabStop = True
  93.       OnClick = AllRBClick
  94.     end
  95.     object SelectionRB: TRadioButton
  96.       Left = 8
  97.       Top = 36
  98.       Width = 153
  99.       Height = 17
  100.       Caption = 'Selection'
  101.       Font.Color = clBlack
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = []
  105.       ParentFont = False
  106.       TabOrder = 1
  107.       OnClick = SelectionRBClick
  108.     end
  109.     object PagesRB: TRadioButton
  110.       Left = 8
  111.       Top = 56
  112.       Width = 153
  113.       Height = 17
  114.       Caption = 'Pages'
  115.       Font.Color = clBlack
  116.       Font.Height = -11
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = []
  119.       ParentFont = False
  120.       TabOrder = 2
  121.       OnClick = PagesRBClick
  122.     end
  123.     object FromED: TEdit
  124.       Left = 40
  125.       Top = 80
  126.       Width = 41
  127.       Height = 20
  128.       Font.Color = clBlack
  129.       Font.Height = -11
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Style = []
  132.       ParentFont = False
  133.       TabOrder = 3
  134.     end
  135.     object ToED: TEdit
  136.       Left = 104
  137.       Top = 80
  138.       Width = 57
  139.       Height = 20
  140.       Font.Color = clBlack
  141.       Font.Height = -11
  142.       Font.Name = 'MS Sans Serif'
  143.       Font.Style = []
  144.       ParentFont = False
  145.       TabOrder = 4
  146.     end
  147.   end
  148.   object OKBB: TBitBtn
  149.     Left = 188
  150.     Top = 65
  151.     Width = 89
  152.     Height = 33
  153.     Caption = '   OK   '
  154.     Font.Color = clBlack
  155.     Font.Height = -13
  156.     Font.Name = 'System'
  157.     Font.Style = [fsBold]
  158.     ParentFont = False
  159.     TabOrder = 1
  160.     OnClick = OKBBClick
  161.     Kind = bkOK
  162.   end
  163.   object CancelBB: TBitBtn
  164.     Left = 188
  165.     Top = 113
  166.     Width = 89
  167.     Height = 33
  168.     Font.Color = clBlack
  169.     Font.Height = -13
  170.     Font.Name = 'System'
  171.     Font.Style = [fsBold]
  172.     ParentFont = False
  173.     TabOrder = 2
  174.     Kind = bkCancel
  175.   end
  176.   object SetupBB: TBitBtn
  177.     Left = 188
  178.     Top = 161
  179.     Width = 89
  180.     Height = 33
  181.     Caption = '&Setup'
  182.     Font.Color = clBlack
  183.     Font.Height = -13
  184.     Font.Name = 'System'
  185.     Font.Style = [fsBold]
  186.     ParentFont = False
  187.     TabOrder = 3
  188.     OnClick = SetupBBClick
  189.     Glyph.Data = {
  190.       BE060000424DBE06000000000000360400002800000024000000120000000100
  191.       0800000000008802000000000000000000000000000000000000000000000000
  192.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  193.       A600000000000000000000000000000000000000000000000000000000000000
  194.       0000000000000000000000000000000000000000000000000000000000000000
  195.       0000000000000000000000000000000000000000000000000000000000000000
  196.       0000000000000000000000000000000000000000000000000000000000000000
  197.       0000000000000000000000000000000000000000000000000000000000000000
  198.       0000000000000000000000000000000000000000000000000000000000000000
  199.       0000000000000000000000000000000000000000000000000000000000000000
  200.       0000000000000000000000000000000000000000000000000000000000000000
  201.       0000000000000000000000000000000000000000000000000000000000000000
  202.       0000000000000000000000000000000000000000000000000000000000000000
  203.       0000000000000000000000000000000000000000000000000000000000000000
  204.       0000000000000000000000000000000000000000000000000000000000000000
  205.       0000000000000000000000000000000000000000000000000000000000000000
  206.       0000000000000000000000000000000000000000000000000000000000000000
  207.       0000000000000000000000000000000000000000000000000000000000000000
  208.       0000000000000000000000000000000000000000000000000000000000000000
  209.       0000000000000000000000000000000000000000000000000000000000000000
  210.       0000000000000000000000000000000000000000000000000000000000000000
  211.       0000000000000000000000000000000000000000000000000000000000000000
  212.       0000000000000000000000000000000000000000000000000000000000000000
  213.       0000000000000000000000000000000000000000000000000000000000000000
  214.       0000000000000000000000000000000000000000000000000000000000000000
  215.       0000000000000000000000000000000000000000000000000000000000000000
  216.       0000000000000000000000000000000000000000000000000000000000000000
  217.       0000000000000000000000000000000000000000000000000000000000000000
  218.       0000000000000000000000000000000000000000000000000000000000000000
  219.       0000000000000000000000000000000000000000000000000000000000000000
  220.       0000000000000000000000000000000000000000000000000000000000000000
  221.       0000000000000000000000000000000000000000000000000000000000000000
  222.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  223.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030404040406
  224.       0303030303040404040303030303FFFFFFFF030303030303FFFFFFFF03030303
  225.       FAFAFA0403030303030302FA040303030303F8F80303FF0303030303F8F803FF
  226.       030303030302FA0406030303030302FA0403030303030303F803FF0303030303
  227.       03F803FF030303030302FA02040303030306FA060603030303030303F80303FF
  228.       03030303F803FF03030303030303FAFA040603030602FA040303030303030303
  229.       03F803FF030303F80303FF0303030303030306FAFA04040602FA040603030303
  230.       0303030303F80303FFFFF80303FF03030303030303030302FAFA020202040603
  231.       03030303030303030303F80303030303FF030303030303030303030306FAFAFA
  232.       020206040603030303030303030303F803030303FFF8FFFF0303030304040404
  233.       0606FAFA040306FA04030303030303F8FFFFFFF8F80303FF03F803FF03030303
  234.       06FAFA020406FA02040306FA04030303030303F8F80303FFF80303FF03F803FF
  235.       03030303030306FA0204FAFA040402FA040303030303030303F80303FF0303FF
  236.       FFF803FF0303030303030303FA02FAFA02FAFA0403030303030303030303F803
  237.       030303030303FF030303030303030303030202FAFAFA04030303030303030303
  238.       030303F80303030303FF0303030303030303030303030202FA04030303030303
  239.       0303030303030303F8030303FF0303030303030303030303030404FA04030303
  240.       03030303030303030303030303F803FF0303030303030303030303030306FA02
  241.       04030303030303030303030303030303F80303FF030303030303030303030303
  242.       0306FAFA04030303030303030303030303030303F80303FF0303030303030303
  243.       03030303030306060603030303030303030303030303030303F8F8F803030303
  244.       0303}
  245.     NumGlyphs = 2
  246.   end
  247.   object GroupBox1: TGroupBox
  248.     Left = 8
  249.     Top = 3
  250.     Width = 270
  251.     Height = 36
  252.     Caption = 'Selected Printer'
  253.     TabOrder = 5
  254.     object PrinterLabel: TLabel
  255.       Left = 10
  256.       Top = 15
  257.       Width = 250
  258.       Height = 13
  259.       AutoSize = False
  260.       Caption = '(none)'
  261.     end
  262.   end
  263.   object GroupBox2: TGroupBox
  264.     Left = 8
  265.     Top = 144
  266.     Width = 169
  267.     Height = 65
  268.     Caption = 'Options'
  269.     TabOrder = 6
  270.     object CopiesLabel: TLabel
  271.       Left = 17
  272.       Top = 19
  273.       Width = 33
  274.       Height = 14
  275.       Caption = '&Copies'
  276.     end
  277.     object CopiesED: TEdit
  278.       Left = 18
  279.       Top = 35
  280.       Width = 49
  281.       Height = 21
  282.       TabOrder = 0
  283.     end
  284.     object CollateCK: TCheckBox
  285.       Left = 99
  286.       Top = 17
  287.       Width = 51
  288.       Height = 17
  289.       Caption = 'C&ollate'
  290.       TabOrder = 1
  291.     end
  292.     object DuplexCK: TCheckBox
  293.       Left = 99
  294.       Top = 40
  295.       Width = 52
  296.       Height = 17
  297.       Caption = '&Duplex'
  298.       TabOrder = 2
  299.     end
  300.   end
  301.   object DestGB: TGroupBox
  302.     Left = 8
  303.     Top = 39
  304.     Width = 169
  305.     Height = 105
  306.     Caption = 'Report Destination'
  307.     Enabled = False
  308.     TabOrder = 0
  309.     object FileNameSB: TSpeedButton
  310.       Left = 138
  311.       Top = 78
  312.       Width = 20
  313.       Height = 20
  314.       Font.Color = clBlack
  315.       Font.Height = -19
  316.       Font.Name = 'MS Sans Serif'
  317.       Font.Style = []
  318.       Glyph.Data = {
  319.         50050000424D5005000000000000360400002800000010000000100000000100
  320.         0800000000000001000000000000000000000000000000000000000000000000
  321.         80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  322.         A600000000000000000000000000000000000000000000000000000000000000
  323.         0000000000000000000000000000000000000000000000000000000000000000
  324.         0000000000000000000000000000000000000000000000000000000000000000
  325.         0000000000000000000000000000000000000000000000000000000000000000
  326.         0000000000000000000000000000000000000000000000000000000000000000
  327.         0000000000000000000000000000000000000000000000000000000000000000
  328.         0000000000000000000000000000000000000000000000000000000000000000
  329.         0000000000000000000000000000000000000000000000000000000000000000
  330.         0000000000000000000000000000000000000000000000000000000000000000
  331.         0000000000000000000000000000000000000000000000000000000000000000
  332.         0000000000000000000000000000000000000000000000000000000000000000
  333.         0000000000000000000000000000000000000000000000000000000000000000
  334.         0000000000000000000000000000000000000000000000000000000000000000
  335.         0000000000000000000000000000000000000000000000000000000000000000
  336.         0000000000000000000000000000000000000000000000000000000000000000
  337.         0000000000000000000000000000000000000000000000000000000000000000
  338.         0000000000000000000000000000000000000000000000000000000000000000
  339.         0000000000000000000000000000000000000000000000000000000000000000
  340.         0000000000000000000000000000000000000000000000000000000000000000
  341.         0000000000000000000000000000000000000000000000000000000000000000
  342.         0000000000000000000000000000000000000000000000000000000000000000
  343.         0000000000000000000000000000000000000000000000000000000000000000
  344.         0000000000000000000000000000000000000000000000000000000000000000
  345.         0000000000000000000000000000000000000000000000000000000000000000
  346.         0000000000000000000000000000000000000000000000000000000000000000
  347.         0000000000000000000000000000000000000000000000000000000000000000
  348.         0000000000000000000000000000000000000000000000000000000000000000
  349.         0000000000000000000000000000000000000000000000000000000000000000
  350.         0000000000000000000000000000000000000000000000000000000000000000
  351.         000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  352.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  353.         FFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000FFFF0003030000
  354.         00000000FFFF000300FFFF000303000000000000FFFF000300FFFF0003030000
  355.         00000000FFFF000300FFFF0003030000000000000000000300FFFF0003030303
  356.         030303030303030300FFFF0003030000000000000000030300FFFF000300FFFF
  357.         FFFFFFFFFFFF000300FFFF000300FFFFFFFFFFFFFFFF000300FFFF000300FFFF
  358.         FFFFFFFFFFFF000300FFFF000300FFFFFFFFFFFFFFFF000300FFFF000300FFFF
  359.         FFFFFFFFFFFF000000FFFF000300FFFFFFFFFFFFFFFF00FF00FFFF0000000000
  360.         000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000
  361.         0000000000000000000000000000000000000000}
  362.       ParentFont = False
  363.       OnClick = FileNameSBClick
  364.     end
  365.     object PrinterRB: TRadioButton
  366.       Left = 8
  367.       Top = 16
  368.       Width = 153
  369.       Height = 17
  370.       Caption = '&Printer'
  371.       TabOrder = 0
  372.       OnClick = PrinterRBClick
  373.     end
  374.     object PreviewRB: TRadioButton
  375.       Left = 8
  376.       Top = 36
  377.       Width = 153
  378.       Height = 17
  379.       Caption = 'Pre&view'
  380.       TabOrder = 1
  381.       OnClick = PrinterRBClick
  382.     end
  383.     object FileRB: TRadioButton
  384.       Left = 8
  385.       Top = 56
  386.       Width = 153
  387.       Height = 17
  388.       Caption = '&File'
  389.       TabOrder = 2
  390.       OnClick = FileRBClick
  391.     end
  392.     object FileNameED: TEdit
  393.       Left = 24
  394.       Top = 78
  395.       Width = 113
  396.       Height = 21
  397.       TabOrder = 3
  398.     end
  399.   end
  400.   object PrinterSetupDialog1: TPrinterSetupDialog
  401.     Left = 208
  402.     Top = 8
  403.   end
  404.   object SaveDialog1: TSaveDialog
  405.     Filter = 'All Files|*.*'
  406.     Options = [ofOverwritePrompt, ofPathMustExist, ofNoReadOnlyReturn]
  407.     Left = 240
  408.     Top = 8
  409.   end
  410. end
  411.